C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class


DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class Methods

For a list of all members of this type, see DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> members.

Public Methods
 NameDescription
Public MethodOverridden.  Attempts to cancel the execution of this command.  
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.Data.Common.DbCommand)
Public MethodOverloaded. Overridden.  Disposes the resources of this command.  
Public MethodOverridden.  Executes an SQL statement against a connection object.  
Public MethodOverloaded. Overridden. An asynchronous version of ExecuteNonQuery, which executes a SQL statement against a connection object. Invokes ExecuteNonQueryAsync(CancellationToken) with System.Threading.CancellationToken.None.  
Public MethodOverloaded.  (Inherited from System.Data.Common.DbCommand)
Public MethodOverloaded.  (Inherited from System.Data.Common.DbCommand)
Public MethodOverridden.  Executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored.  
Public MethodOverloaded. Overridden. An asynchronous version of ExecuteScalar, which executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored. Invokes ExecuteScalarAsync(CancellationToken) with System.Threading.CancellationToken.None.  
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverridden.  Creates a prepared (or compiled) version of the command on the data source.  
Public Method (Inherited from System.ComponentModel.Component)
Top
Protected Methods
 NameDescription
Protected MethodConvert a System.Data.Common.DbDataReader.  
Protected MethodOverridden. Creates and returns a new instance of the System.Data.Common.DbParameter class.  
Protected Method Create a inner command related to an inner connection.  
Protected MethodOverridden.  Executes the command text against the connection.  
Protected MethodOverridden.  An asynchronous version of method ExecuteDbDataReader that executes the command text against the connection.  
Protected Method (Inherited from System.ComponentModel.Component)
Protected Method (Inherited from System.ComponentModel.Component)
Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
Top
See Also